home *** CD-ROM | disk | FTP | other *** search
-
- // event types
- #define EVENT_RUNCNETC 0
- #define EVENT_RUNAREXX 1
- #define EVENT_RUNDOS 2
- #define EVENT_READFILE 3
- #define EVENT_DOSCMD 4
- #define EVENT_CLOSEPORT 5
- #define EVENT_CHARGES 6
- #define EVENT_LOGONBPS 7
- #define EVENT_DLOADBPS 8
- #define EVENT_ULOADBPS 9
- #define EVENT_LOGONACC 10
- #define EVENT_XFERSACC 11
- #define EVENT_PFILEACC 12
- #define EVENT_MODEMNUM 13
- #define EVENT_CALLBACK 14
- #define EVENT_AVALIDNUM 15
- #define EVENT_PFILES 16
- #define EVENT_UDBASE 17
- #define EVENT_BASE 18
- #define EVENT_NEWUSERS 19
- #define EVENT_SYSOPIN 20
- #define EVENT_JOINLINK 21
- #define EVENT_ONLINE 22
-
- // event status
- #define EVENTSTATUS_READY 0x0000
- #define EVENTSTATUS_ACTIVE 0x0001
- #define EVENTSTATUS_HOLD 0x0002
- #define EVENTSTATUS_CANCELLED 0x0003
-
- // when/how to invoke event
- #define INVOKETYPE_IMMEDIATE 0x0001
- #define INVOKETYPE_FORCEIDLE 0x0002
- #define INVOKETYPE_OFFLINE 0x0004
- #define INVOKETYPE_ONLINE 0x0008
-